home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Selection / Multimedia Selection Volume One - CD-ROM / MULTIMEDIA SELECTION____________.ISO / grafica / dos / theimage / demo_img.asm next >
Encoding:
Assembly Source File  |  1993-07-30  |  1008 b   |  19 lines

  1. ; TheDraw Assembler Crunched Screen Image.  Date: 07/31/93
  2.  
  3. IMAGEDATA_WIDTH EQU 80
  4. IMAGEDATA_DEPTH EQU 25
  5. IMAGEDATA_LENGTH EQU 289
  6. IMAGEDATA LABEL BYTE
  7.         DB      8,16,26,'O▄',24,'█',26,'M▒█',24,'█',26,'M▒█',24,'█',26
  8.         DB      'M▒█',24,'█',26,'M▒█',24,'█',26,'M▒█',24,'█',26,'M▒█'
  9.         DB      24,'█',26,'M▒█',24,'█',26,4,'▒ ┌',26,'>─┐ ',26,5,'▒█'
  10.         DB      24,'█',26,4,'▒ │',25,'>│ ░░',26,3,'▒█',24,'█',26,4,'▒'
  11.         DB      ' │',25,'>│ ░░',26,3,'▒█',24,'█',26,4,'▒ │  ',14,'Sa'
  12.         DB      'mple demo on how to use TheImage and a TheDraw .ASM'
  13.         DB      ' file.  ',8,'│ ░░',26,3,'▒█',24,'█',26,4,'▒ │',25,'>'
  14.         DB      '│ ░░',26,3,'▒█',24,'█',26,4,'▒ │',25,'>│ ░░',26,3,'▒'
  15.         DB      '█',24,'█',26,4,'▒ └',26,'>─┘ ░░',26,3,'▒█',24,'█',26
  16.         DB      6,'▒',26,'B░',26,3,'▒█',24,'█',26,'M▒█',24,'█',26,'M'
  17.         DB      '▒█',24,'█',26,'M▒█',24,'█',26,'M▒█',24,'█',26,'M▒█',24
  18.         DB      '█',26,'M▒█',24,'█',26,'M▒█',24,26,'O▀',24,24
  19.